home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00923_Script_Alien Flee
< prev
next >
Wrap
Text File
|
1995-05-21
|
795b
|
42 lines
on mouseDown
global ZappedOrNot
put the movietime of sprite 48 into ZappedOrNot
if ZappedOrNot >= 1200 then
puppetsound 0
exit
end if
put "Flee" into f
put "FleeHL" into fHL
hiliter 8, f, fHL
puppetsound "flee.aif"
updatestage
end
on mouseUp
global gTheDay, themovieName, ZappedOrNot, snap1, snap2
if ZappedOrNot >= 1200 then
puppetsound 0
exit
end if
set the castNum of sprite 8 = cast "Flee"
set the movierate of sprite 48 = 0
puppetsprite 48, false
updatestage
set the sound of cast themovieName to 0
if snap1 <> 0 then
updatestage
puppetsound 0
go frame "AlienDarkroom"
exit
else
updatestage
puppetsound 0
go frame gtheday & "NoShots"
exit
end if
end